Contribution org.nuxeo.ecm.social.user.relationship.contentviews--contentViews
In component org.nuxeo.ecm.social.user.relationship.contentviews
org.nuxeo.ecm.social.user.relationship.contentviews
inside nuxeo-user-relationship-5.8.jar
This contribution is part of XML component Extension Point
Extension point contentViews of component ContentViewService.Contributed Items
XML Source
<extension point="contentViews" target="org.nuxeo.ecm.platform.ui.web.ContentViewService">
<contentView name="users_listing_relationship">
<emptySentence>label.userManager.emptyUserList</emptySentence>
<translateEmptySentence>true</translateEmptySentence>
<pageProvider name="users_listing">
<property name="usersListingMode">#{userManagementActions.listingMode}</property>
<parameter>#{userManagementActions.searchString}</parameter>
</pageProvider>
<showPageSizeSelector>true</showPageSizeSelector>
<showRefreshCommand>false</showRefreshCommand>
<useGlobalPageSize>false</useGlobalPageSize>
<refresh>
<event>usersListingChanged</event>
<event>usersSearchChanged</event>
</refresh>
<cacheKey>only_one_cache</cacheKey>
<cacheSize>1</cacheSize>
<resultLayouts>
<layout name="relationships_listing" showCSVExport="false" showPDFExport="false"/>
</resultLayouts>
</contentView>
<contentView name="user_relationships">
<emptySentence>label.userManager.emptyUserList</emptySentence>
<translateEmptySentence>true</translateEmptySentence>
<pageProvider name="user_relationships">
<parameter>#{currentUser.model.id}</parameter>
<property name="coreSession">#{documentManager}</property>
</pageProvider>
<showPageSizeSelector>false</showPageSizeSelector>
<showRefreshCommand>false</showRefreshCommand>
<useGlobalPageSize>false</useGlobalPageSize>
<reset>
<event>UserRelationshipChanged</event>
</reset>
<cacheKey>only_one_cache</cacheKey>
<cacheSize>1</cacheSize>
<resultLayouts>
<layout name="relationships_listing" showCSVExport="false" showPDFExport="false"/>
</resultLayouts>
</contentView>
</extension>